Crate bui_backend_codegen [] [src]

Functions

codegen

Write a file generated_path which would should include with the include! directive into your rust source code. This should be called from the build.rs script in your crate. This will define the variable BUI_BACKEND_CONFIG which should be passed to bui_backend::BuiBackend::new() to configure it correctly. See the demo_js and demo_elm for example usage.